Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Removes ~ alias for path import #850

Merged
merged 3 commits into from
Sep 18, 2024
Merged

Conversation

sle-c
Copy link
Contributor

@sle-c sle-c commented Sep 18, 2024

WHY are these changes introduced?

We don't use ~ import anywhere in the code and don't have it configure for both JS and TS. Therefore, we don't need this alias at all.

WHAT is this pull request doing?

  • Removes ~ path alias

Test this PR

  • Run pnpm build or yarn build successfully shows that all the imports are resolved correctly.

Checklist

  • I have made changes to the README.md file and other related documentation, if applicable
  • I have added an entry to CHANGELOG.md
  • I'm aware I need to create a new release when this PR is merged

@sle-c sle-c requested a review from a team as a code owner September 18, 2024 14:45
Copy link
Contributor

@lizkenyon lizkenyon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I think this will help us avoid future issues.

CHANGELOG.md Outdated
@@ -1,5 +1,9 @@
# @shopify/shopify-app-template-remix

## Unreleased
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can have this as todays date because it will be released as soon as we merge.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you, I changed to today

@sle-c sle-c merged commit a3616db into main Sep 18, 2024
5 checks passed
@sle-c sle-c deleted the sle-c/remove-tilde-path branch September 18, 2024 14:52
github-actions bot pushed a commit that referenced this pull request Sep 18, 2024
[Improvement] Removes ~ alias for path import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants